Auto merge of #3221 - euclio:test-all, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000 (23:55 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000 (23:55 +0000)
Add `--all` flag to `cargo test`

Work towards #2878.

This flag allows a user to test all members of a workspace by using `cargo test --all`. The command is also supported when using a virtual workspace manifest.


Trivial merge